home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / G8BPQ.DOC < prev    next >
Text File  |  1992-04-02  |  5KB  |  129 lines

  1.                     AA4RE BBS and the G8BPQ Switch.
  2.  
  3. ******************************************************************************
  4. This section is for BPQ switches V3.23 to 3.59
  5. ******************************************************************************
  6.  
  7. From version 3.23, the switch supports the AA4RE BBS.  This has been
  8. done by extending the PK232 host mode support, originally written to
  9. support the G8UFQ BBS.  The system allows the first Virtual TNC port to
  10. support up to 8 users.  The configuration I used is detailed below:
  11.  
  12. In BPQCFG.TXT:
  13.  
  14.   TYPE=PK232/AA4RE
  15.   APPLFLAGS=6
  16.  
  17. In PARMS.BB, the recommended port settings are below
  18.  
  19.   port_type       = G8BPQ_NODE
  20.   com             = 2                ; use the first number in TNCPORTLIST
  21.   speed           = 4800             ; not actually used
  22.   max_connect     = 8                ; Up to 8
  23.   max_channel     = 9
  24.   max_pending     = 1
  25.   broadcast_path  = MAIL             ; is ignored - set in config.txt file
  26.  
  27. ******************************************************************************
  28. This section is for BPQ switches V4.02 and higher
  29. ******************************************************************************
  30.  
  31. No ports are needed in the BPQCFG.TXT.  I leave one token port
  32. for testing:
  33.  
  34.  
  35.     TNCPORT
  36.        COM=4
  37.     ENDPORT
  38.  
  39.  
  40. In PARMS.BB, the recommended port settings are below
  41.  
  42.   port_type       = G8BPQ-HOST-x     ; The x is the port number on the
  43.                                      ; BPQ switch.  Each port on the BPQ switch
  44.                                      ; can be defined if you want to control
  45.                                      ; monitor colors or issue broadcasts.
  46.  
  47.       *** AND/OR ***
  48.  
  49.   port_type       = G8BPQ-HOST       ; This is a generic port type for ALL
  50.                                      ; the BPQ ports.  No broadcasts of MAIL
  51.                                      ; waiting beacon will be sent.
  52.  
  53.  
  54.   com             = 127              ; Same number as HOSTINTERRUPT in the
  55.                                      ; BPQCFG.TXT file
  56.   speed           = 4800             ; not actually used
  57.   max_connect     = 8                ; Up to 30??  Try 7
  58.   max_channel     = 9                ; Up to 30 or so.. Try 9
  59.   max_pending     = 4                ; Number of packets set to switch before
  60.                                      ;       BBS waits
  61.   broadcast_path  = MAIL             ;
  62.  
  63. Note:  The only commands you can issue to the G8BPQ-HOST port are:
  64.    (esc)C -- Connect
  65.    (esc)D -- Disconnect
  66.    (esc)M -- Monitor command.  Follow with letters to indicate what is
  67.              to be monitored
  68.  
  69.                I = I frames
  70.                U = UI frames
  71.                S = Supervisory frames (RR, RNR, SABM, DM, D, etc)
  72.                F = Frames with PID byte F0 (hex) -- Normal
  73.                C = Frames with PID byte CF (hex) -- Netrom
  74.                A = Frames with any PID byte
  75.                N = No monitor
  76.  
  77.              Examples:
  78.                MIUSA -- Monitor everything
  79.                MN -- Monitor off
  80.  
  81.  
  82. You can define both G8BPQ-HOST-x and G8BPQ-HOST types in the same
  83. PARMS.BB if you need only partial control.  For example, you have 3
  84. ports but only want control over port 2.
  85.  
  86.   port_type       = G8BPQ-HOST-2       ; This would be port 2
  87.  
  88.   port_type       = G8BPQ-HOST         ; This would be all other ports
  89.  
  90. Special notes:
  91.  
  92.   1) All connects will appear on the first port defined.  This
  93.      port will control MAXPAC, language, remote sysop, etc.
  94.  
  95.   2) The port letter used will NOT determine which radio port will
  96.      be used.  You must use the proper switch sequence to get out
  97.      the proper port.  Thus a terminal task (T A5) will not ensure
  98.      that your packets will leave the radio port that is associated
  99.      with "A".
  100.  
  101.   3) Each port will go thru its own forwarding cycle.  If you have
  102.      two ports, A and B, each will go thru their forwarding cycle
  103.      as per the port parameters.
  104.  
  105.   4) Mail beacons will only occur for ports defined with the explicit
  106.      port_type.
  107.  
  108.  
  109. ******************************************************************************
  110. This section is for all BPQ switches
  111. ******************************************************************************
  112.  
  113. In PATHS.BB
  114.  
  115. PATH GB7DAD A GB7DAD FORCE
  116. T 0000 2359
  117. C SWITCH                                ; note initial C SWITCH
  118. SC LRG7
  119. R* to *
  120. SC G4NAD-1
  121. R* to *
  122.  
  123. All virtual TNCs continue to run as normal.  If you are running under
  124. Desqview, you can still run PAC2 (or even MBL/RLI!) in other windows.
  125. However, BB needs a LOT of store - you need to use all the tricks
  126. described in the DV manual to get a big enough window to run it
  127. effectively.
  128.  
  129.